home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 3 / Cream of the Crop 3.iso / comm / zoomhint.zip / HELPME.ARJ / BGFAX.USR < prev    next >
Text File  |  1994-01-04  |  3KB  |  75 lines

  1. ; THIS IS AN EXAMPLE BGFAX.CNF FILE FOR PEOPLE WHO WANT BGFAX TO ANSWER
  2. ; THE PHONE; COMPATIBLE ONLY WITH CLASS 2.0 FAXMODEMS (USR 21.6K DS)
  3. ;
  4. ; this file is ONLY required for people using /host, /send and /init mode.
  5. , people using rear end mode call bgfax as BGFAX /xxx where "xxx" is
  6. ; /fax, /fcon, /fast, /fco, /fcos, /fzyx, etc.
  7. ;
  8. ; po ... port, number 1 through 4 or hex base address and IRQ in the
  9. ;        format po=3f8x5 for non-standard port configurations, also,
  10. ;        if a ! follows the port, po=2!, means don't shift to 19200
  11. ; ft ... fax type (Z for ZFAX, Q for Quick Link II format)
  12. ; sp ... DTE locked port speed
  13. ; rp ... receive path where incoming faxes are put
  14. ; tc ... string bgfax sends to modem to terminate communications
  15. ;
  16. ;------------------------- generic setup ------------------------
  17. po=1
  18. ft=z
  19. sp=115200
  20. rp=C:\BGFAX
  21. tc=ATHM
  22. ;--------------------- fax send mode strings --------------------
  23. si=AT+FLI="713 893 9124"
  24. si=AT+FNR=1,1,1
  25. ds=ATDT
  26. dt=60
  27. mb=3
  28. mf=3
  29. sw=10
  30. ;
  31. ; si ... initialization strings for send fax mode, up to 5 entries
  32. ; ds ... dial string (bgfax will append telephone number)
  33. ; dt ... maximum number of seconds for timeout on dialing
  34. ; mb ... maximum of busy signals before abort
  35. ; mf ... maximum number of connect failures
  36. ; sw ... seconds to wait before redialing
  37. ;
  38. ;------------------ front end and /INIT strings -----------------
  39. in=AT+FCLASS=2.0
  40. in=AT+FLI="713 893 9124"+FNR=1,1,1
  41. ;-------------------- front end mode strings --------------------
  42. ; if you never plan on using bgfax in front end mode, everything
  43. ; after this can be deleted ...
  44. ri=1
  45. an=AT+FAA=1A
  46. do=Please press the [Esc] key to load Tranquility Base.
  47. lo=Loading the bulletin board.  Please wait.
  48. ec=<echo>
  49. sl=2400
  50. ts=Calls are not accepted below 2400 bps.  Sorry.
  51. cm=CQ,30
  52. ky=P,174
  53. ky=X,0
  54. ev=07:00,50
  55. ev=14:24,12
  56. ev=02:55,55
  57. ;
  58. ; in ... initialization strings, up to 5 in= entries allowed
  59. ; ri ... number of rings to answer phone
  60. ; an ... modem answer string
  61. ; do ... string that tells user to press [Esc], if do=<load> it will
  62. ;        automatically begin loading the BBS
  63. ; lo ... string that is displayed after user hits [Esc]
  64. ; ec ... string passed to BBS when on error free call, if ec=<echo>
  65. ;        it will pass the "/xxx" in "CONNECT 14400/xxx"
  66. ; sl ... slowest DCE real data rate allowed
  67. ; ts ... string shown to users who are calling too slow
  68. ; cm ... crash mail string for GT Power sysops
  69. ; ky ... alt-key, errorlevel to exit on when waiting for calls
  70. ; ev ... events (time comma errorlevel), up to 20 ev= entries allowed
  71. ;
  72. ; don't forget frontend, /SEND and /INIT mode require an environment
  73. ; variable BGFAX pointing to DIRECTORY with this file
  74.  
  75.